home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Technotools
/
Technotools (Chestnut CD-ROM)(1993).ISO
/
misc_pto
/
bc7stub
/
clstub.bat
< prev
next >
Wrap
DOS Batch File
|
1990-03-14
|
249b
|
7 lines
@Echo OFF
Rem CLSTUB.BAT
Rem Compiles STUBSCAN.BAS using Microsoft BASIC compiler Ver. 7.x.
Rem Links STUBSCAN.OBJ and Microsoft BC 7.x stub files.
BC STUBSCAN.BAS /O /E;
LINK /NOE STUBSCAN.OBJ+NOFLTIN+NOEDIT+NOCOM+NOLPT+SMALLERR;